ASP.NET Core MVC コントロールヘルプ
CollectionViewServiceBuilder<T> クラス メンバ
メソッド 

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 : CollectionViewServiceBuilder<T> クラス

CollectionViewServiceBuilder<T>データ型で公開されるメンバを以下の表に示します。

パブリック コンストラクタ
 名前解説
Public コンストラクタCreates one CollectionViewServiceBuilder<T> instance to configurate component.  
トップ
パブリック メソッド
 名前解説
Public メソッドConfigurates C1.Web.Mvc.CollectionViewService<T>.BatchEditActionUrl. Sets the url of batch edit action.  
Public メソッドオーバーロードされます。 Configurates C1.Web.Mvc.CollectionViewService<T>.SourceCollection. Sets the source collection.  
Public メソッドConfigurates C1.Web.Mvc.BaseCollectionViewService<T>.CalculatedFields. Sets the calculated fields. C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder<T,CollectionViewService<T>,CollectionViewServiceBuilder<T>>から継承されます。
Public メソッドConfigurates C1.Web.Mvc.CollectionViewService<T>.CreateActionUrl. Sets the url of create action.  
Public メソッドConfigurates C1.Web.Mvc.CollectionViewService<T>.DeleteActionUrl. Sets the url of delete action.  
Public メソッドオーバーライドされます。 Configurates C1.Web.Mvc.CollectionViewService<T>.DisableServerRead. Sets whether to disable server-side sorting, paging and filtering.  
Public メソッドオーバーライドされます。 Configurates C1.Web.Mvc.CollectionViewService<T>.Filter. Sets a method used to determine if an item is suitable for inclusion in the view.  
Public メソッドConfigurates C1.Web.Mvc.BaseCollectionViewService<T>.GetError. Sets a callback that determines whether a specific property of an item contains validation errors. C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder<T,CollectionViewService<T>,CollectionViewServiceBuilder<T>>から継承されます。
Public メソッドConfigurates C1.Web.Mvc.BaseCollectionViewService<T>.GroupDescriptions. Sets the group descriptions with a name list. C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder<T,CollectionViewService<T>,CollectionViewServiceBuilder<T>>から継承されます。
Public メソッドConfigurates C1.Web.Mvc.BaseCollectionViewService<T>.GroupDescriptions. Sets the group descriptions. C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder<T,CollectionViewService<T>,CollectionViewServiceBuilder<T>>から継承されます。
Public メソッドConfigurates C1.Web.Mvc.Component.Id. Sets the id of the service. C1.Web.Mvc.Fluent.ServiceBuilder<TControl,TBuilder>から継承されます。
Public メソッドオーバーライドされます。 Configurates C1.Web.Mvc.CollectionViewService<T>.InitialItemsCount. Sets a number value which decides the count of the initial loaded items.  
Public メソッドConfigurates C1.Web.Mvc.BaseCollectionViewService<T>.PageIndex. Sets the page index. C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder<T,CollectionViewService<T>,CollectionViewServiceBuilder<T>>から継承されます。
Public メソッドConfigurates C1.Web.Mvc.BaseCollectionViewService<T>.NewItemCreator. Sets a function that creates new items for the collection. C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder<T,CollectionViewService<T>,CollectionViewServiceBuilder<T>>から継承されます。
Public メソッドConfigurates the C1.Web.Mvc.BaseCollectionViewService<T>.OnClientCollectionChanged client event. Occurs when the collection changes. C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder<T,CollectionViewService<T>,CollectionViewServiceBuilder<T>>から継承されます。
Public メソッドConfigurates the C1.Web.Mvc.BaseCollectionViewService<T>.OnClientCurrentChanged client event. Occurs after the current item changes. C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder<T,CollectionViewService<T>,CollectionViewServiceBuilder<T>>から継承されます。
Public メソッドConfigurates the C1.Web.Mvc.BaseCollectionViewService<T>.OnClientCurrentChanging client event. Occurs before the current item changes. C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder<T,CollectionViewService<T>,CollectionViewServiceBuilder<T>>から継承されます。
Public メソッドオーバーライドされます。 Configurates the C1.Web.Mvc.CollectionViewService<T>.OnClientError client event. Occurs when there are errors from the server side.  
Public メソッドConfigurates the C1.Web.Mvc.BaseCollectionViewService<T>.OnClientPageChanged client event. Occurs after the page index changes. C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder<T,CollectionViewService<T>,CollectionViewServiceBuilder<T>>から継承されます。
Public メソッドConfigurates the C1.Web.Mvc.BaseCollectionViewService<T>.OnClientPageChanging client event. Occurs before the page index changes. C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder<T,CollectionViewService<T>,CollectionViewServiceBuilder<T>>から継承されます。
Public メソッドオーバーライドされます。 Configurates the C1.Web.Mvc.CollectionViewService<T>.OnClientQueryComplete client event. Occurs when the query requests complete.  
Public メソッドオーバーライドされます。 Configurates the C1.Web.Mvc.CollectionViewService<T>.OnClientQueryData client event. Sets the name JavaScript function which to collect the ajax query data.  
Public メソッドConfigurates the C1.Web.Mvc.CollectionViewService<T>.OnClientReponseTextParsing client event. Occurs when parsing the response text.  
Public メソッドConfigurates the C1.Web.Mvc.CollectionViewService<T>.OnClientRequestDataStringifying client event. Occurs when serializing the request data.  
Public メソッドオーバーライドされます。 Configurates the C1.Web.Mvc.CollectionViewService<T>.OnClientSourceCollectionChanged client event. Occurs after the sourceCollection property in client changes.  
Public メソッドオーバーライドされます。 Configurates the C1.Web.Mvc.CollectionViewService<T>.OnClientSourceCollectionChanging client event. Occurs before the sourceCollection property in client changes.  
Public メソッドConfigurates C1.Web.Mvc.BaseCollectionViewService<T>.SortDescriptions. Sets the sort descriptions with a name list in ascending order. C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder<T,CollectionViewService<T>,CollectionViewServiceBuilder<T>>から継承されます。
Public メソッドConfigurates C1.Web.Mvc.BaseCollectionViewService<T>.SortDescriptions. Sets the sort descriptions with a name list in descending order. C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder<T,CollectionViewService<T>,CollectionViewServiceBuilder<T>>から継承されます。
Public メソッドConfigurates C1.Web.Mvc.BaseCollectionViewService<T>.PageSize. Sets the page size. 0 means to disable paging. C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder<T,CollectionViewService<T>,CollectionViewServiceBuilder<T>>から継承されます。
Public メソッドConfigurates C1.Web.Mvc.BaseCollectionViewService<T>.GroupDescriptions. Sets the group descriptions with an action. C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder<T,CollectionViewService<T>,CollectionViewServiceBuilder<T>>から継承されます。
Public メソッドConfigurates C1.Web.Mvc.BaseCollectionViewService<T>.RefreshOnEdit. Sets a value that determines whether the CollectionView should automatically refresh its results (by applying the sort, filter, and grouping operations) after items are edited. C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder<T,CollectionViewService<T>,CollectionViewServiceBuilder<T>>から継承されます。
Public メソッドConfigurates C1.Web.Mvc.BaseCollectionViewService<T>.ShowDatesAsGmt. Sets a value that determines whether dates should be adjusted to look like GMT rather than local dates. C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder<T,CollectionViewService<T>,CollectionViewServiceBuilder<T>>から継承されます。
Public メソッドConfigurates C1.Web.Mvc.BaseCollectionViewService<T>.SortDescriptions. Sets the sort descriptions. C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder<T,CollectionViewService<T>,CollectionViewServiceBuilder<T>>から継承されます。
Public メソッドConfigurates C1.Web.Mvc.BaseCollectionViewService<T>.SortNulls. Sets a value that determines how null values should be sorted. C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder<T,CollectionViewService<T>,CollectionViewServiceBuilder<T>>から継承されます。
Public メソッドWhen the builder works in template mode, bind the property which name is specified to some item which name is specified. C1.Web.Mvc.Fluent.ServiceBuilder<TControl,TBuilder>から継承されます。
Public メソッドTransfers current builder to template mode. C1.Web.Mvc.Fluent.ServiceBuilder<TControl,TBuilder>から継承されます。
Public メソッドConfigurates C1.Web.Mvc.CollectionViewService<T>.UpdateActionUrl. Sets the url of update action.  
Public メソッドWriter the process result of current instance to the writer. C1.Web.Mvc.Fluent.ComponentBuilder<TControl,TBuilder>から継承されます。
トップ
参照

CollectionViewServiceBuilder<T> クラス
C1.Web.Mvc.Fluent 名前空間